projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e1e3c5
)
seal members.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:58 +0000
(10:59 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:58 +0000
(10:59 +0000)
* gtk/gtkmisc.h: seal members.
svn path=/trunk/; revision=20513
gtk/gtkmisc.h
patch
|
blob
|
history
diff --git
a/gtk/gtkmisc.h
b/gtk/gtkmisc.h
index 94451135abe688cae3c4aed854ea3fa8964e0198..6e34f9ec350768e186341414b7d9cda67a4b03f5 100644
(file)
--- a/
gtk/gtkmisc.h
+++ b/
gtk/gtkmisc.h
@@
-53,11
+53,11
@@
struct _GtkMisc
{
GtkWidget widget;
- gfloat
xalign
;
- gfloat
yalign
;
+ gfloat
GSEAL (xalign)
;
+ gfloat
GSEAL (yalign)
;
- guint16
xpad
;
- guint16
ypad
;
+ guint16
GSEAL (xpad)
;
+ guint16
GSEAL (ypad)
;
};
struct _GtkMiscClass